CyberStore Price Web Service
MethodDeleteCachedPricesByCategoryPath
CyberStore Price Web Service > All Operations Resource Group : DeleteCachedPricesByCategoryPath (Method)
Description
Deletes all data in the CyberStore price cache for a Category, using the CategoryPath.
Request (DeleteCachedPricesByCategoryPathSoapIn)

The request body is of type DeleteCachedPricesByCategoryPath.

The DeleteCachedPricesByCategoryPath operation will remove cached pricing for the all Items in the specifed Category no matter the Customer. With Price Caching enabled, the cache will re-populate as soon as the first shopper for a Customer requires a price for each Item in the Category.

Deleting entries in the price cache for the Category neither alters data for the Category itself, nor any of its Items in any way.

Request Body Parameters

NameDescriptionData Type
The category path for the Category.xml:string
Example
The following example shows how to perform the web operation in CyberStore.
// Sample MakeAJAXCall
200 Response (DeleteCachedPricesByCategoryPathSoapOut)

The response body is of type DeleteCachedPricesByCategoryPathResponse.

There is no output from this operation.

Response Body Parameters

NameDescriptionData Type

A string value containing a JSON object.

Sample response here
Task
See Also
All Operations Resource GroupCyberStore Price Web Service